ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / HelpTopicList Class / CopyTo Method / CopyTo(Int32,HelpTopic[],Int32,Int32) Method

In This Topic
    CopyTo(Int32,HelpTopic[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub CopyTo( _
       ByVal index As System.Integer, _
       ByVal array() As HelpTopic, _
       ByVal arrayIndex As System.Integer, _
       ByVal count As System.Integer _
    ) 
    public void CopyTo( 
       System.int index,
       HelpTopic[] array,
       System.int arrayIndex,
       System.int count
    )

    Parameters

    index
    array
    arrayIndex
    count
    See Also